ServiceFindMessageTrackingReport Method (MessageTrackingScope, String, Mailbox, Mailbox, Mailbox, String, DateTime, DateTime, String, Mailbox, String) |
Finds messages that meet the specified criteria.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FindMessageTrackingReportResponse FindMessageTrackingReport(
MessageTrackingScope scope,
string domain,
Mailbox sender,
Mailbox purportedSender,
Mailbox recipient,
string subject,
DateTime startTime,
DateTime endTime,
string messageId,
Mailbox federatedDeliveryMailbox,
string diagnosticsLevel
)
Public Function FindMessageTrackingReport (
scope As MessageTrackingScope,
domain As String,
sender As Mailbox,
purportedSender As Mailbox,
recipient As Mailbox,
subject As String,
startTime As DateTime,
endTime As DateTime,
messageId As String,
federatedDeliveryMailbox As Mailbox,
diagnosticsLevel As String
) As FindMessageTrackingReportResponse
Parameters
- scope
- Type: Independentsoft.ExchangeMessageTrackingScope
The scope. - domain
- Type: SystemString
The domain. - sender
- Type: Independentsoft.ExchangeMailbox
The sender. - purportedSender
- Type: Independentsoft.ExchangeMailbox
The purported sender. - recipient
- Type: Independentsoft.ExchangeMailbox
The recipient. - subject
- Type: SystemString
The subject. - startTime
- Type: SystemDateTime
The start time. - endTime
- Type: SystemDateTime
The end time. - messageId
- Type: SystemString
The message identifier. - federatedDeliveryMailbox
- Type: Independentsoft.ExchangeMailbox
The federated delivery mailbox. - diagnosticsLevel
- Type: SystemString
The diagnostics level.
Return Value
Type:
FindMessageTrackingReportResponseFindMessageTrackingReportResponse.
See Also